FMeinicke's Wiki

Home

❯

SSH

❯

`ssh agent` on Windows

`ssh-agent` on Windows

May 26, 20251 min read

  • ssh
  • ssh-agent
  • ssh-add
  • ssh/key
  • pwsh/set-service
  • pwsh/start-service
  • windows

ssh ssh-agent ssh-add key set-service start-service windows

Source

> Set-Service ssh-agent -StartupType Automatic
> Start-Service ssh-agent

Then add keys to the agent as usual with

> ssh-add ~\.ssh\id_rsa

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub